home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clickx 23
/
Clickx 23.iso
/
DATA
/
wordpress
/
wp-content
/
themes
/
default
/
searchform.php
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
PHP Script
|
2005-02-02
|
241 b
|
5 lines
<form method="get" id="searchform" action="<?php echo $_SERVER['PHP_SELF']; ?>">
<div><input type="text" value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" />
<input type="submit" id="searchsubmit" value="Search" />
</div>
</form>